You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > Czt Method > SignalUtils.Czt Method ([In] TVec, int, [In] TCplx, [In] TCplx, [In] TVec)
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.Czt Method ([In] TVec, int, [In] TCplx, [In] TCplx, [In] TVec)

Compute the chirp z-transform.

Syntax
C#
Visual Basic
public static void Czt([In] TVec Src, int k, [In] TCplx Step, [In] TCplx Offset, [In] TVec aResult);

Compute the chirp z-transform of Src and place it in aResult. The starting frequency is defined with Offset and frequency step is defined with Step. The final frequency is at Offset + k*Step. k defines the number of frequency bins at which to estimated the amplitude and phase of the frequency. Example for computing the Step and Offset: 

 

Step := Expj(-(FStop - FStart)*2*Pi/(k*FS)); Offset := Expj(2*Pi*FStart/FS);
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!